home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / libg++ / old-stream / stream.h < prev    next >
C/C++ Source or Header  |  1992-01-17  |  187b  |  13 lines

  1. /* ostream.h and istream.h now separately includable */
  2.  
  3. #ifndef _stream_h
  4. #ifdef __GNUG__
  5. #pragma interface
  6. #endif
  7. #define _stream_h 1
  8.  
  9. #include <ostream.h>
  10. #include <istream.h>
  11.  
  12. #endif
  13.